gtkgstmediafile: Remove media-info-updated callback
authorIvan Molodetskikh <yalterz@gmail.com>
Wed, 19 May 2021 15:55:37 +0000 (18:55 +0300)
committerIvan Molodetskikh <yalterz@gmail.com>
Wed, 19 May 2021 15:55:37 +0000 (18:55 +0300)
commit12a9a0faf754fbe9f0e77e399ed85a42bf9328ae
treee315891aee1d1b3fc1f495661e5277f3c56ed2ac
parentfc321d82825925f457e204192fa91eb39d751efa
gtkgstmediafile: Remove media-info-updated callback

Instead, rely on position-updated which is also called always, and also
a little later than media-info-updated, giving GstPlayer time to figure
out more of the video info. Tested on local and remote mount videos,
images, sound files.

Works around / fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3913,
https://gitlab.gnome.org/GNOME/gtk/-/issues/3914.
modules/media/gtkgstmediafile.c